home *** CD-ROM | disk | FTP | other *** search
/ Gamers Delight 2 / Gamers Delight 2.iso / Aminet / game / role / RoleMaster.lha / RM.Program / RoleMaster < prev    next >
Text File  |  1992-04-15  |  852b  |  30 lines

  1. .Key Execute
  2. Echo "*n*n*n*n"
  3. Echo "         The RoleMaster (tm) GameMaster Assistance Program"
  4. Echo "*n          Amiga version 1.0  © 1992 by Darryl C. Burgdorf"
  5. Echo "*n*n"   
  6. If Not Exists Fonts:Garnet.font
  7.   Delete >NIL: RAM:CharName
  8.   Echo "          Sorry, but the 'Garnet' 9-point font (from your"
  9.   Echo "          master WorkBench disk) must be available in the"
  10.   Echo "          FONTS: directory for the  RoleMaster program to"
  11.   Echo "          run correctly...."
  12.   Echo "*n          Please install it, then try again!"
  13.   Wait 15
  14.   EndCLI
  15. EndIf
  16. If Not Exists Libs:HiSoftBASIC.library
  17.   If Not Exists RAM:Libs
  18.     MakeDir >NIL: RAM:Libs
  19.     Copy Libs:#? RAM:Libs Quiet
  20.   EndIf 
  21.   Assign Libs: RAM:Libs
  22.   Copy >NIL: HiSoftBASIC.library Libs:
  23. EndIf
  24. CD >RAM:ProgPath
  25. If Not Exists RAM:CharName
  26.   Echo >RAM:CharName "setup"
  27. EndIf
  28. MainMenu
  29. EndCLI
  30.